type net/http.http2ConnectionError

54 uses

	net/http (current package)
		h2_bundle.go#L1387: type http2ConnectionError http2ErrCode
		h2_bundle.go#L1389: func (e http2ConnectionError) Error() string {
		h2_bundle.go#L2143: 	return http2ConnectionError(code)
		h2_bundle.go#L2333: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2344: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2349: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2357: 		return nil, http2ConnectionError(http2ErrCodeFlowControl)
		h2_bundle.go#L2468: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2472: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2510: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2514: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2563: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2575: 			return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2845: 		return nil, http2ConnectionError(http2ErrCodeFrameSize)
		h2_bundle.go#L2849: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2937: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L2959: 		return nil, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L3226: 			return mh, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L3238: 			return mh, http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L3242: 			return mh, http2ConnectionError(http2ErrCodeCompression)
		h2_bundle.go#L3259: 		return mh, http2ConnectionError(http2ErrCodeCompression)
		h2_bundle.go#L3592: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L3596: 			return http2ConnectionError(http2ErrCodeFlowControl)
		h2_bundle.go#L3600: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L3604: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L5548: 	case http2ConnectionError:
		h2_bundle.go#L5573: 			return sc.countError("first_settings", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5613: 		return sc.countError("push_promise", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5638: 		return sc.countError("ping_on_stream", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5654: 			return sc.countError("stream_idle", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5686: 		return sc.countError("reset_idle_stream", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5750: 			return sc.countError("ack_mystery", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5758: 		return sc.countError("settings_big_or_dups", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L5827: 			return sc.countError("setting_win_size", http2ConnectionError(http2ErrCodeFlowControl))
		h2_bundle.go#L5850: 		return sc.countError("data_on_idle", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L6005: 		return sc.countError("headers_even", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L6033: 		return sc.countError("stream_went_down", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L6135: 		return sc.countError("dup_trailers", http2ConnectionError(http2ErrCodeProtocol))
		h2_bundle.go#L6351: 		return sc.countError("too_many_early_resets", http2ConnectionError(http2ErrCodeEnhanceYourCalm))
		h2_bundle.go#L7314: 	case http2ConnectionError:
		h2_bundle.go#L9420: 	if ce, ok := cc.readerErr.(http2ConnectionError); ok {
		h2_bundle.go#L9521: 	if ce, ok := err.(http2ConnectionError); ok {
		h2_bundle.go#L9575: 				return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L9643: 		if _, ok := err.(http2ConnectionError); ok {
		h2_bundle.go#L9814: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L9820: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L9825: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L9948: 			return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L9962: 				return http2ConnectionError(http2ErrCodeFlowControl)
		h2_bundle.go#L10002: 			return http2ConnectionError(http2ErrCodeFlowControl)
		h2_bundle.go#L10150: 		return http2ConnectionError(http2ErrCodeProtocol)
		h2_bundle.go#L10172: 				return http2ConnectionError(http2ErrCodeFlowControl)
		h2_bundle.go#L10248: 		return http2ConnectionError(http2ErrCodeFlowControl)
		h2_bundle.go#L10355: 	return http2ConnectionError(http2ErrCodeProtocol)